Xbasic

SQL::SchemaTablesReferencing Method

Syntax

TIL as SQL::TableInfoList = TablesReferencing(P Table)

Arguments

TIL

SQL::TableInfoList contains a single Table property that is a collection of the tables that reference the Table argument

Table

The Table for which the method supplies the referencing tables

Description

Generate a collection of tables that reference this table.

Discussion

Returns a set of TableInfo items for tables that reference the table passed in

See Also